(read-key): Use read-key-auxiliary-map, not read-key-aux-map.
authorNoah Friedman <friedman@splode.com>
Sun, 29 Sep 2002 18:37:43 +0000 (18:37 +0000)
committerNoah Friedman <friedman@splode.com>
Sun, 29 Sep 2002 18:37:43 +0000 (18:37 +0000)
lisp/subr.el

index 8c7212e5ef19579fcf6a31f02eb735d914571e27..17d47e2d1b1c09d36d37c307702a0da5226573e5 100644 (file)
@@ -1071,7 +1071,7 @@ Legitimate radix values are 8, 10 and 16."
   "Read a key from the keyboard.
 Contrary to `read-event' this will not return a raw event but will
 obey `function-key-map' and `key-translation-map' instead."
-  (let ((overriding-terminal-local-map read-key-aux-map))
+  (let ((overriding-terminal-local-map read-key-auxiliary-map))
     (aref (read-key-sequence prompt nil t) 0)))
 
 (defun read-quoted-char (&optional prompt)